Description
SliceVideo the input blob starting at startAt, for a certain duration. The duration and startAt arguments are optional, but not simultaneously. A specific converter can be used.
Operation id | Video.Slice |
Category | Conversion |
Label | SliceVideo the video for a given duration and startAt time. |
Requires | |
Since | |
Parameters
Signature
Inputs | blob, bloblist, document, documents |
Outputs | blob, bloblist, blob, bloblist |
Implementation Information
JSON Definition
{
"id" : "Video.Slice",
"label" : "SliceVideo the video for a given duration and startAt time.",
"category" : "Conversion",
"requires" : null,
"description" : "SliceVideo the input blob starting at startAt, for a certain duration. The duration and startAt arguments are optional, but not simultaneously. A specific converter can be used.",
"url" : "Video.Slice",
"signature" : [ "blob", "blob", "bloblist", "bloblist", "document", "blob", "documents", "bloblist" ],
"params" : [ {
"name" : "duration",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "encode",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "true" ]
}, {
"name" : "startAt",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}